home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 10 / BBS In A Box Volume X (AMUG) (January 1994).bin / Files / DA / N-O / NotePad++ v1.4.cpt / NotePad++ v1.4 Document.rsrc / txt_10 < prev    next >
Encoding:
Text File  |  1992-12-19  |  2.7 KB  |  34 lines

  1. • 1.4:
  2. General fixes
  3. -  Fixed undo's delete typing handling the multi- byte characters of difference foreign systems, such as Kanji. Also, the undo's delete typing will restore several deleted characters in a row rather the last character. However, the undo's Delete typing last several characters will not properly restore the font's size, style, and color. Only the text.
  4. -  Fixed the palette's style buttons display when positioning the cursor with the arrow keys.
  5. -  Improved palette's style buttons display across selection rather starting of the text's selection.
  6. -  Added centimeters resource 'rulr' to allow the ruler either in inches or centimeters. However, there is no user friendly method changing the ruler from inches to centimeters and vice versa. This will be added in v1.5 in the "Preferences" dialog. Meanwhile, refer to the Techincal Notes in page 8 how to change the ruler's measurement to either inches or centimeters.
  7.  
  8. • 1.4b2:
  9. General fixes
  10. -  Set dirty indicator if the ruler has been toggled from show ruler to hide ruler or vice versa. So that when saving the page knows its been modified to save the ruler's state.
  11. -  Fixed problem using RETURN key in the "Index Table" dialog zapping remainding entries from current selection.
  12.  
  13. • 1.4b1:
  14. General fixes
  15. -  Modified how the pages and its resources are saved to avoid the resource files getting trashed. I believe, I determined the NotePad++ file corruption problems (I hope, only time will tell).
  16. -  Added cmd-arrow keys controls for PowerBook users to avoid the mousing operations.
  17.       cmd-opt-up:       Top of the page
  18.       cmd-opt-down:   Bottom of the page
  19.       cmd-opt-left:     Page up
  20.       cmd-opt-right:   Page down
  21.       cmd-up:              Beginning of previous line
  22.       cmd-down:          Beginning of next line
  23.       cmd-left:            Previous word
  24.       cmd-right:          Next word
  25.       cmd-shift-up:     Extend selection to previous line
  26.       cmd-shift-down: Extend selection to next line
  27.       cmd-shift-left:   Extend selection to previous character
  28.       cmd-shift-right: Extend selection to next character
  29. -  Added code to remember the page positionings between openings of the NotePad++ files.
  30. -  Added TABing and arrow-key controls to the "Index Table" dialog.
  31. -  Fixed the "Index Table" paging up and down scrolling bug where returning to the first page get offsetted by one, depending where the page up and down started.
  32. -  Fixed opt-cmd-I, N, U goto pages. The internal translation table needed special kludges for these characters.
  33. -  Improved undo's typing of the last typed characters rather the last character. I plan to extend the undo's delete typing in 1.4b2.
  34. -  Added text edit setting to allow inline editing for WorldScripts for System 7.1.